Gets or sets a value that is used to filter items by comparing this value to the result of the filter key function applied to an item.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public Object FilterKey { get; set; }
Visual Basic
Public Property FilterKey As Object
	Get
	Set

See Also